Câu ví dụ
- thêm câu ví dụ: 1 2 3 4 5 6 7 8 9
- They use the Goto statement to control the flow of the program.
Chúng dựa trên lệnh GOTO để điều khiển chương trình. - Here is the program using goto statement.
Sau đây là chương trình được viết với câu lệnh goto. - The GOTO statement consists of the GOTO keyword, followed by a label_name.
Lệnh GOTO bao gồm từ khóa GOTO kèm theo tên nhãn label_name - The C++ goto statement is also known as jump statement.
Câu lệnh goto trong C++ còn được gọi là câu lệnh nhảy. - Then you will end the loop with a break, return or goto statement.
Lệnh case phải được kết thúc bởi break, return hay goto.